projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381194d
)
Fix a typo.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 18 Jul 2001 10:40:57 +0000
(10:40 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 18 Jul 2001 10:40:57 +0000
(10:40 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 7061d549607bab6c68ee8940a0c5e7f7cbc9e81a..d291898c3e8890ad5eb95be4046b1ef44e6812f8 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-11198,7
+11198,7
@@
x_erase_phys_cursor (w)
if (cursor_glyph == NULL)
goto mark_cursor_off;
- x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x)
,
+ x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x)
;
x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
x,